Merge changes made in Gnus trunk.
authorGnus developers <>
Fri, 24 Sep 2010 22:33:34 +0000 (22:33 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 24 Sep 2010 22:33:34 +0000 (22:33 +0000)
commitb3b9c60611b55902edce43a2f6aabedacf2a26cf
treeac7c33d89d87e94fe0c69fd4c26f2ac151efe231
parentf037d930490a31dada00cf5c524dc261c815b946
Merge changes made in Gnus trunk.

gnus.el (gnus-sloppily-equal-method-parameters): Avoid cl.el convenience functions.
nnrss.el (nnrss-retrieve-groups): Change to the group before checking its data structures.
nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk handling.
starttls.el: (starttls-open-stream): Add autoload cookie.
nnimap.el (nnimap-command): Register the last command time so that we can use it for idling NOOPs.
nnimap.el: Implement IMAP keepalive.
gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't use the same article number for all the cached articles.
nnimap.el (nnimap-update-info): Protect against nil uidnexts.
gnus-group.el: Remove the outdated archive group stuff, which no longer works.
gnus-group.el, gnus.el: Remove the outdated charter support.
gnus-sum.el, gnus-group.el, gnus.el: Remove outdated support for FAQ fetching.
gnus-gravatar.el, gravatar.el: New files.
12 files changed:
doc/misc/gnus.texi
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-cache.el
lisp/gnus/gnus-gravatar.el [new file with mode: 0644]
lisp/gnus/gnus-group.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus.el
lisp/gnus/gravatar.el [new file with mode: 0644]
lisp/gnus/nnimap.el
lisp/gnus/nnrss.el
lisp/gnus/starttls.el